all:
	gcc -m32 -c inject_shlib.s
clean:
	rm -f *.o
